Advice (AOP)
(In Aspect-oriented programming) The behavior to execute at a Join point. For example, this might be the security code to do authentication and access control. Many aspect languages provide mechanisms to run advice before, after, instead of, or around join points of interest.